home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / workbench / adf / adflib / adflib.lha / Lib / prefix.h < prev   
C/C++ Source or Header  |  1999-03-04  |  183b  |  15 lines

  1. #ifndef _PREFIX_H
  2. #define _PREFIX_H 1
  3.  
  4. /*
  5.  * prefix.h
  6.  *
  7.  */ 
  8.  
  9. #ifdef WIN32DLL
  10. #define PREFIX __declspec(dllexport)
  11. #else
  12. #define PREFIX 
  13. #endif /* WIN32DLL */
  14.  
  15. #endif /* _PREFIX_H */